home *** CD-ROM | disk | FTP | other *** search
/ Games for Fun 1 / games-for-fun.iso / Guck rein! / Shareware / Pov-Ray / POV-Ray (68040) / POV-Ray (68040).rsrc / TEXT_400_Texture “Shell”.txt < prev    next >
Encoding:
Text File  |  1994-03-29  |  567 b   |  22 lines

  1.   // declare a texture of a shape's surface (goes inside an object)
  2.   // any of the attributes can be changed, or left out (default)
  3.   texture
  4.   {
  5.     // pigment - attributes for surface color
  6.     pigment
  7.     {
  8.       // agate, wood, checker, color, gradient‚Ķ
  9.      }
  10.     // normal - attributes for surface ‚Äútexture‚Äù
  11.     normal
  12.     {
  13.        // bumps, dents, ripples, bump_map...
  14.      }
  15.     // finish - attributes for surface finish or shininess
  16.     finish
  17.      {
  18.        // phong, specular, reflection, diffuse, metallic...
  19.      }
  20.     // material_map, tiles‚Ķ
  21.  }
  22.